Skip to content

Pair Game#10

Open
Qwsafex wants to merge 5 commits into
masterfrom
PairGame
Open

Pair Game#10
Qwsafex wants to merge 5 commits into
masterfrom
PairGame

Conversation

@Qwsafex

@Qwsafex Qwsafex commented May 11, 2017

Copy link
Copy Markdown
Owner

No description provided.

private static int N = 6;

private Field field;
private int prevClickI, prevClickJ;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

лучше бы разбить на две строки

}

private void buttonClicked(int i, int j) {
setClicks(clicks+1);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

пробелы

);
}
else {
setScore(score+1);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тут и в следующей строке тоже


Node[] nodeArray = new Node[1];
nodeArray = nodes.toArray(nodeArray);
VBox vbox = new VBox(nodeArray);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

с лейаутами беда, на размер окна кнопки никак не реагируют. в том числе, и минимального размера окна тоже не задано

Comment thread src/main/java/Field.java
import java.util.ArrayList;
import java.util.Collections;

class Field {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

джавадоки?

@jzuken

jzuken commented May 22, 2017

Copy link
Copy Markdown

8.5 баллов

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants